Note: returns an ETag header that can be send to the PUT /incidents/{id} resource as If-Match header to return a 412 Error in case any related resources e.g. Services or Incident have been updated in the mean time.
Get Incidents {Id} is an example object payload from ilert, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"summary": "Get a specific incident.",
"description": "Note: returns an ETag header that can be send to the PUT /incidents/{id} resource as If-Match header to return a 412 Error in case any related resources e.g. Services or Incident have been updated in the mean time.",
"method": "GET",
"path": "/incidents/{id}",
"parameters": {
"id": 1.0,
"include": [
"subscribed"
]
},
"request_body": null,
"response": {
"id": 1.0,
"summary": "string",
"status": "INVESTIGATING",
"message": "string",
"sendNotification": true,
"createdAt": "string"
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.